home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Shells / UsrInf13.lha / UserInfo.MAN < prev    next >
Encoding:
Text File  |  1994-01-06  |  1.5 KB  |  54 lines

  1. USERINFO        USER COMMANDS            06-Jan-1993
  2.  
  3.  
  4. NAME
  5.     userinfo - get user information
  6.  
  7. SYNOPSIS
  8.     userinfo [user]        Show information on a user
  9.  
  10. DESCRIPTION
  11.     userinfo works on two levels.  If called with no argument, it
  12.     will show the output of a finger command on the user, it will
  13.     analyze usage.log and present some calling info figures, and
  14.     then it will filter xpr.log and give the file ratio and more,
  15.     all neatly and concisely on one screen.  If called with a
  16.     user's name (which only superusers can do), it will show all that
  17.     and also show the Questionnaire questions, the user's answers,
  18.     and then look through AXsh:etc/last for recent calls.
  19.  
  20.     The uses are obvious: users can take a better look at their status,
  21.     and sysops can check up on new or suspicious users quickly and
  22.     conviniently.
  23.  
  24. AUTHOR           _
  25.     Jani "Guru Gnosis Sahib" Poijärvi
  26.     Internet: root@brahman.nullnet.fi
  27.  
  28. FILES
  29.     AXsh:bin/passwd
  30.     AXsh:etc/last
  31.     AXsh:etc/passwd
  32.     AXsh:etc/Questionnaire
  33.     AXsh:etc/rc
  34.     AXsh:etc/adm/Answers (unless %answers is defined otherwise in rc)
  35.     AXsh:etc/adm/usage.log
  36.     AXsh:etc/adm/xpr.log
  37.  
  38. SEE ALSO
  39.     passwd
  40.  
  41. CHANGES
  42.     Superuser commands are now allowed for assistant, superuser, wizard
  43.     and system.
  44.  
  45. NOTES
  46.     The AXsh:etc/last file should be trimmed by cron every now and
  47.     then, or "Recent calls" will list them all.
  48.  
  49.     The program's version history is in the source code.
  50.  
  51. BUGS
  52.     userinfo needs 2.0+ for AXsh's local variables and System()
  53.     because I'm lazy.  :)  If you don't have 2.x, go upgrade already!
  54.